.offer {
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding-bottom: 200px;
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	/*background-color: yellow;*/
}

.trailer {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	flex-basis: 40%;
	/*background-color: #e3dfd9;*/
	margin-bottom: 20px;
}

.trailer:first-child {
	margin-top: 20px;
}

.trailer > .description {
	/*background-color: #5d5d5d;*/
	width: 280px;
	margin-left: 20px;
}

@media only screen and (max-width: 500px) {
.trailer > .description {
	margin-left: 0;
}
}